What is a Shell Script? A shell script is a text file that contains a sequence of commands to run. Scripts are edited with a text editor program (see OWF / ...
Unfortunately, there's no built-in way to run shell scripts on a Windows machine. You need to use third-party tools like Git Bash, WSL, Cygwin, or MinGW.
I need to convert some .sh shell scripts to a Windows native script that can run in Windows environment without use of any external software like cygwin, ...
The most common way to run a .sh file is using the sh command (GIT BASH): C:->sh my-script-test.sh other good option is installing CygWin in Windows.